@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}


@font-face {
    font-family: "Montserrat-Italic";
    src: url(../fonts/Montserrat-Italic.ttf);
}


@font-face {
    font-family: "Montserrat-Light";
    src: url(../fonts/Montserrat-Light.ttf);
}

.row{
    margin:0;
}
body{

    background-color: #ededed;
    font-family: Montserrat-Regular;
}

.s1 {

    background-image: url(../images/banner-p-completo.jpg);
    background-size: cover;
    padding:30px;
    display: block;
}

.s1-responsive{
    display: none;
}
.s2 {
    background-image: url(../images/instalaciones-fondo.png);
    background-size: cover;
    padding:40px 30px 80px 30px;
}

.s3 {

    background-image: url(../images/banner-skills-completo.jpg);
    background-size: cover;
    padding:60px 30px;
    display: block;
}
.s3-responsive{
    display: none;
}
.s4{
    background-color: #002E6D;
    padding: 60px 30px;
}

.s5{
    background-color: white;
    padding: 60px 30px;
}

.s6{
    background-color:#C4D900;
    border-top:15px solid #EDEDED;
    border-bottom:15px solid #EDEDED;

}

.s7{
    background-color: white;
    padding: 60px 30px;
}

.s8{
    background-color: #002E6D;
    padding: 30px 30px;
}

.s9{
    background-color: #808080;
    padding: 10px 30px;
}
.white-bold-60{
    font-size: 60px;
    color:white;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    line-height: .7;
}

.blue-bold-60{
    font-size: 60px;
    color:#002E6D;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    line-height: .7;
}


.black-regular-14{
color:black;
font-size: 14px;
margin-bottom: 5px;
}

.white-regular-12{
    color: white;
    font-size: 12px;
    margin-bottom: 0;
}
.white-bold-80{
    font-size: 80px;
    color:white;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    line-height: .7;
}

.white-bold-18{
    font-size: 24px;
    color:white;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
line-height: 1.2;
}

.green-bold-18{
    font-size: 24px;
    color:#C4D900;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    line-height: 1.2;
}

.blue-bold-80{
    font-size: 80px;
    color:#002E6D;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    line-height: .7;
}

.green-bold-60{
    font-size: 60px;
    color:#C4D900;
    font-family: Montserrat-Bold;
}
.blue-bold-45{
    font-size: 45px;
    color:#002E6D;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
}
.white-bold-45{
    font-size: 45px;
    color:white;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
}
.green-bold-25{
    font-size: 25px;
    color:#C4D900;
    font-family: Montserrat-Bold;
}


.white-italic-20{
    font-size: 20px;
    color:white;
    font-family: Montserrat-Italic;
}

.blue-bold-subline-16{
    font-size: 16px;
    color:#002E6D;
    font-family: Montserrat-Bold;
    text-decoration: underline;
}

.blue-italic-16{
    font-size: 16px;
    color:#002E6D;
    font-family: Montserrat-Italic;
    line-height: 1.3;
    font-weight: 600;

}

.blue-bold-subline-20{
    font-size: 22px;
    color:#002E6D;
    font-family: Montserrat-Bold;
    text-decoration: underline;
}

.s7-input{
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    color: black;
    padding: 5px;
    border: 1px solid transparent;
    border-bottom: 1px solid #C4D900 !important;
}
.blue-regular-20{
    font-size: 22px;
    color:#002E6D;
    font-weight: 600;
    line-height: 1.3;

}



.white-regular-16{
    font-size: 16px;
    color:white;
    line-height: 1.3;

}

.white-bold-20{
    font-size: 18px;
    color:white;
    font-family: Montserrat-Bold;
    line-height: 1.3;

}

.white-regular-14{
    font-size: 12px;
    color:white;
    line-height: 1.3;

}

.white-regular-15{
    font-size: 18px;
    color:white;
    line-height: 1.3;
margin-bottom: 0;
}

.green-italic-20{
    font-size: 20px;
    color:#C4D900;
    font-family: Montserrat-Italic;
}

.btn-blue{
    background-color: #002E6D;
    color: #ffffff;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    border-radius: 10px;
}
.btn-green{
    background-color: #C4D900;
    color: #002E6D;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    border-radius: 10px;
}

.btn-green:hover{
    background-color: #002E6D;
    color: #C4D900;
    font-size: 18px;
}


.logo{
    height:90px;
    margin-bottom: 30px;
}

.align-center{
    display: flex;
    align-items: center;
}

.div-instalaciones-green{
    border-bottom: 5px solid #C4D900;
}
.div-instalaciones-blue{
    border-bottom: 5px solid #002E6D;
}

.div-skills{
    width: 35%;
    float:right;
}
.bold{
    font-family: Montserrat-Bold;
}


.modelo-header{
    background-color: transparent !important;
    padding: 10px 40px 20px 0;
    border-top:1px solid #C4D900;
    border-bottom:0;
    border-radius: 0 !important;
}
.modelo-acordeon{
    background-color:transparent;
    cursor:pointer;
    border: 0;
    border-radius: 0;
}

.modelo-body{
    background-color:transparent;
    padding:10px 30px 30px 0px;
    font-size: 13px;
    font-family: Montserrat-Light;
    color:white;
    line-height: 1.3;
    
}

.acordion-show-header{
    background-color: transparent !important;
}

.accordion-show-plus{
    background-color: white;
    font-size: 18px;
    padding: 0px 10px;
    color:#002E6D !important;
}

.regular{
    font-family: Montserrat-Regular;
}

.div-certificados{
    background-image: url(../images/certificados-fondo.png);
    padding: 30px;
}

.div-inscripciones{ 
    display: flex; 
    align-items: center;
    padding-left: 40px;
}

.div-inscripciones-gif{
    display: block;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
@media (max-width:950px) {
    .s1{
        display: none;
    }

    .s1-responsive{
        display: block;
    }
    .s3{
        display: none;
    }

    .s3-responsive{
        display: block;
    }
}

@media (max-width:500px){
    .footer-1{
        margin-bottom: 20px;
    }
    .div-inscripciones{
        padding: 50px;
    }
    .div-inscripciones-gif{
        display: none;
    }
    .s4{
        padding: 40px 15px;
    }

    .white-regular-16{
        margin-top:15px
    }
    .container-fluid{
        padding: 0;
    }
    .logo{
        height:65px;
    }
.white-italic-20{
    font-size:15px;
}
.green-italic-20{
    font-size:15px;
}
    .blue-bold-80{
        font-size:35px;
    }

    .white-bold-80{
        font-size:35px;
    }

    .white-bold-60{
        font-size:35px;
    }
    
    .green-bold-60{
        font-size:35px;
    }

    .blue-bold-45{
        font-size: 30px;
    }

    .green-bold-25{
        font-size:16px
    }
    
    .div-skills {
         width: 100%;
    }
}