@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2'),
        url('../fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

a{
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    text-decoration: none!important; 
}

a:hover{
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: co.conocenos-home h3lor .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease; 
}

html,
body{
    width: 100%;
    float: left;
    overflow-x: hidden;
    font-family: 'Gotham Medium';
}

header{
    width: 100%;
    float: left;
    background: #4f80ff;
}

.sin-padding{
    padding: 0;
}

.bg-azulfuerte{
    width: 100%;
    float: left;
    background: #3d69da;
    padding: 1rem 0;
}

.slider{
    width: 100%;
    float: left;
    position: relative;
}


.slider .carousel {
    width: 102%;
    float: left;
}

.slider .carousel-cell {
  width: 100%;
  float: left;
  height: 100%;
}

.slider .carousel-cell img{
  width: 100%;
}

.slider .formulario{
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    float: right;
    right: 0;
    background: url(../images/rectangulo-formulario.png)no-repeat;
    background-size: cover;
    padding: 4rem 3rem;
}

.redes{
    position: fixed;
    left: 10px;
    z-index: 1;
    top: 40%;
}

.redes ul{
    list-style: none;
}

.redes ul li{
    margin-bottom: 1rem;
}

.redes ul li img {
    transition: transform .2s;
}

.redes ul li img:hover {
    transform: scale(1.5);
}

.slider p{
    position: absolute;
    bottom: 0;
    left: 13%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
}

.buscador{
    position:absolute;
    top: 65%;
    left: 301px;
}

.buscador img{
    width: 240px;
    height: 97px;
}

.btn-outline{
    outline: none;
    display: block;
    border: solid 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 30px;
    border-radius: 40px;
    background-color: transparent;
    border-color: #0d6efd;
    font-family: 'Montserrat', 'sans-serif';
    cursor: pointer;
    color: #0d6efd;
    float:right;
}

.text-line {
    background-color: transparent;
    color: #000000;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #000000 1px;
    padding: 3px 70px;
    font-size: 12px;
}

.text-block {
    bottom: -10px;
    background-color: black;
    color: white;
    font-size:10px;
    letter-spacing: 0.55em;
}


/*Pantalla Desktop*/

@media (min-width: 1920px) and (min-width:  1080px){

    .slider .carousel {
        width: 105%;
        float: left;
    }

    .text-line {
        background-color: transparent;
        color: #000000;
        outline: none;
        outline-style: none;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid #000000 1px;
        padding: 3px 70px;
        font-size: 27px;
    }

    .slider .formulario {
        width: 35%;
        height: 100%;
        position: absolute;
        top: 0;
        float: right;
        right: 0;
        background: url(../images/rectangulo-formulario.png)no-repeat;
        background-size: cover;
        padding: 8rem 3rem;
    }

    .buscador{
        position: absolute;
        top: 86%;
        left: 506px;
    }
    
    .buscador img{
        width: 320px;
        height: 130px;
    }

    .slider p {
        position: absolute;
        bottom: 0;
        left: 21%;
        color: #fff;
        text-transform: uppercase;
        font-weight: 200;
    }
}


/* iPad */
@media (max-width: 1024px ) and (min-width:  768px){
    .slider .formulario {
        width: 100%;
        position: relative;
    }

    .flickity-viewport{
        height:350px;
    }

    .slider .formulario {
        width: 100%;
        top: 40%;
        position: relative;
        background-color: blue;
        height: 586px;
        padding: 2rem 7rem;
    }

    .redes{
        top: 19%;
    }

    .slider p{
        top: 34%;
    }

    .buscador{
        position: absolute;
        top: 17%;
        left: 506px;
    }
    
    .buscador img{
        width: 239px;
        height: 97px;
    }
}


/*Móvil*/

@media (max-width: 767px ) {
    .slider .formulario {
        width: 100%;
        top: 40%;
        position: relative;
        background-color: blue;
        height: 653px;
        padding: 2rem 3rem;
    }

    .bg-azulfuerte{
        width: 25%;
        float: right;
    }

    .flickity-viewport{
        height:259px;
    }

    .slider p{
        top:95%;
    }
    
    .redes{
        left: -23px;
    }
    
    .redes img{
        width:25px;
    }

    .buscador {
        position: absolute;
        top: 93px;
        left: 253px;
    }
    
    .buscador img {
        width: 126px;
        height: 52px;
    }
}

